POV-Ray : Newsgroups : povray.unofficial.patches : Seems that the tesselation patch died before even being born : Re: Seems that the tesselation patch died before even being born Server Time
2 Sep 2024 00:18:23 EDT (-0400)
  Re: Seems that the tesselation patch died before even being born  
From: Warp
Date: 17 Jan 2001 09:21:14
Message: <3a65aa59@news.povray.org>
By the way, instead of _moving_ the tesselate block inside the mesh block,
I'm _adding_ it there.
  That is, the old method still works, ie. you can just create a tesselated
object alone like this:

tesselate { MyObject accuracy 20 smooth }

but you can also add tesselated objects into a mesh like this:

mesh
{ (optionally triangles and smooth triangles)
  tesselate { MyObject1 }
  tesselate { MyObject2 }
}

-- 
char*i="b[7FK@`3NB6>B:b3O6>:B:b3O6><`3:;8:6f733:>::b?7B>:>^B>C73;S1";
main(_,c,m){for(m=32;c=*i++-49;c&m?puts(""):m)for(_=(
c/4)&7;putchar(m),_--?m:(_=(1<<(c&3))-1,(m^=3)&3););}    /*- Warp -*/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.